GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-03T02:22:58.9254957+00:00",
"SubmitDate": "2026-01-03T02:22:58.9254957+00:00",
"ReportPeriodStart": "2026-01-03T02:22:58.9254957+00:00",
"ReportPeriodEnd": "2026-01-03T02:22:58.9254957+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5320e4a4-0f97-4b6e-8472-d6c4efb0d587",
"Rows": [
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5320e4a4-0f97-4b6e-8472-d6c4efb0d587",
"Rows": [
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"098800ee-4df4-47c8-ab5c-f973cb98f2a8",
"b2e35cf4-fc4a-4460-890e-f67b01fd30f5"
],
"Approvers": [
"f7effc62-78ba-42e0-a1e1-30530bbee802",
"5552ba0c-817c-485d-b9af-793a93fbb1d6"
],
"ApprovedBy": "a67a8107-63fa-4705-9f87-bc2170924705",
"ApprovalDate": "2026-01-03T02:22:58.9254957+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b40f6682-5e48-4367-a033-ae634417c9ce",
"id": "a5cf91a9-241c-4a08-90b8-195c950b2f8f",
"ConfigId": "1d8bd6e0-87c4-426d-95a1-77e312576e6d"
},
{
"GenerationDate": "2026-01-03T02:22:58.9254957+00:00",
"SubmitDate": "2026-01-03T02:22:58.9254957+00:00",
"ReportPeriodStart": "2026-01-03T02:22:58.9254957+00:00",
"ReportPeriodEnd": "2026-01-03T02:22:58.9254957+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5320e4a4-0f97-4b6e-8472-d6c4efb0d587",
"Rows": [
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5320e4a4-0f97-4b6e-8472-d6c4efb0d587",
"Rows": [
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1397257-c29e-428a-a110-cc3a0bbf3dae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"098800ee-4df4-47c8-ab5c-f973cb98f2a8",
"b2e35cf4-fc4a-4460-890e-f67b01fd30f5"
],
"Approvers": [
"f7effc62-78ba-42e0-a1e1-30530bbee802",
"5552ba0c-817c-485d-b9af-793a93fbb1d6"
],
"ApprovedBy": "a67a8107-63fa-4705-9f87-bc2170924705",
"ApprovalDate": "2026-01-03T02:22:58.9254957+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b40f6682-5e48-4367-a033-ae634417c9ce",
"id": "a5cf91a9-241c-4a08-90b8-195c950b2f8f",
"ConfigId": "1d8bd6e0-87c4-426d-95a1-77e312576e6d"
}
]